:root {
  --header-hegiht: 100px;
}

.page-about__container {
  display: flex;
  overflow: hidden;
  align-items: center;
  width: 100%;
}

.page-about__container-left {
  flex: 1;
  transition: all 0.8s;
  transform: translateX(-200px);
  opacity: 0;
}

.page-about__container-left .aboutTitle {
  margin-bottom: 4.62963vh;
}

.page-about__container-left .aboutTitle .aboutTitleE {
  font-weight: 600;
  font-size: 56px;
  color: #35b4ff;
  line-height: 80px;
}

.page-about__container-left .aboutTitle .aboutTitleC {
  font-weight: 600;
  font-size: 32px;
  color: #ffffff;
  line-height: 36px;
}

.page-about__container-left .aboutContentC {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 23px;
  text-align: justify;
  text-indent: 2em;
}

.page-about__container-left .aboutContentE {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
  text-align: justify;
  padding-top: 1.85185vh;
  text-indent: 2em;
}

.page-about__container-left .aboutBK {
  padding-top: 5.55556vh;
  display: flex;
}

.page-about__container-left .aboutBK .aboutBKItem {
  padding: 20px 4px 20px 24px;
  width: 278px;
  height: 100px;
  background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
  border-radius: 0px 0px 20px 0px;
  margin-right: 40px;
}

.page-about__container-left .aboutBK .aboutBKItem:nth-last-child(1) {
  margin-right: 0;
}

.page-about__container-left .aboutBK .aboutBKItem .aboutBKItemC {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  letter-spacing: 3px;
  margin-bottom: 16px;
}

.page-about__container-left .aboutBK .aboutBKItem .aboutBKItemE {
  font-weight: 400;
  font-size: 12px;
  color: #00479d;
  line-height: 17px;
}

@media (max-width: 1600px) and (min-width: 1300px) {
  .page-about__container-left .aboutBK .aboutBKItem {
    width: 212px;
  }
  .page-about__container-left .aboutBK .aboutBKItem .aboutBKItemE {
    font-size: 9px;
  }
}

@media (max-width: 1300px) {
  .page-about__container-left .aboutBK .aboutBKItem {
    padding: 16px 4px 16px 20px;
    width: 186px;
    height: 100px;
    border-radius: 0px 0px 16px 0px;
    margin-right: 30px;
  }
  .page-about__container-left .aboutBK .aboutBKItem:nth-last-child(1) {
    margin-right: 0;
  }
  .page-about__container-left .aboutBK .aboutBKItem .aboutBKItemC {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    letter-spacing: 3px;
    margin-bottom: 12px;
  }
  .page-about__container-left .aboutBK .aboutBKItem .aboutBKItemE {
    font-size: 10px;
    line-height: 14px;
  }
}

.page-about__container-left .aboutLink {
  padding-top: 4.62963vh;
}

.page-about__container-right {
  flex-shrink: 0;
  margin-right: 20px;
  height: 28.7037vh;
  aspect-ratio: 428 / 310;
  margin-left: 4.0625vw;
  transition: all 0.8s;
  transform: translateX(200px);
  opacity: 0;
  position: relative;
}

.page-about__container-right::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  height: 19.72222vh;
  aspect-ratio: 361 / 213;
  background: #5abc9b;
}

.page-about__container-right-img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.page-about.animated .page-about__container-left, .page-about.animated .page-about__container-right {
  transform: translate(0, 0);
  opacity: 1;
}

@media (max-width: 1200px) {
  .page-about .page-about__container-left, .page-about .page-about__container-right {
    transform: translate(0, 0);
    opacity: 1;
  }
}
